Skip to main content

All Questions

1vote
1answer
1kviews

Attributes in custom modal directive not resolved

I created a custom directive to display a ui.bootstrap modal and I cannot populate the dialog with the values I want. I don't understand why is it not working. I checked other questions and posts but ...
Daniela's user avatar
2votes
1answer
908views

angularjs - Accessing ui-bootstrap modal dismiss and close function from another controller

i have service for modal invoking as shown. .service('modalService', ['$modal', function ($modal) { var modalDefaults = { backdrop: 'static', keyboard: true, ...
abbas's user avatar
0votes
2answers
777views

Create search modal directive from angularui modal

I have an application that uses angular-ui bootstrap modal (http://angular-ui.github.io/bootstrap/#/modal) for search from a list and select one of row. In common using of angular-ui bootstrap modal, ...
Tavousi's user avatar
  • 15.5k
2votes
1answer
5kviews

Angular draggable directive not working with AngularUI modal dialog

There is an Angular draggable directive here. Can it be applied to an AngularUI modal popup window? I've created a file called ngdrag.js in which I placed the directive code, and that file is ...
Tim's user avatar
  • 8,939

close